home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into His Marvelous Light
/
Into His Marvelous LIGHT.iso
/
lesson1.dxr
/
00286_Script_Hold on Current Frame
< prev
next >
Wrap
Text File
|
2001-09-05
|
583b
|
27 lines
-- DESCRIPTION --
on getBehaviorDescription me
return "¼
HOLD ON CURRENT FRAME"&RETURN&RETURN&"¼
Drop this behavior into the Script Channel of the Score or onto the Stage ¼
in order to keep the playback head in the current frame."&RETURN&RETURN&"¼
PARAMETERS: None"
end getBehaviorDescription
on getBehaviorTooltip me
return "¼
Frame behavior."&RETURN&RETURN&"¼
Holds the playback head still."
end getBehaviorTooltip
-- HISTORY --
-- 3 November, written for the D7 Behaviors Palette by James Newton
on exitFrame me
go the frame
end exitFrame